home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / sound / pci / au88x0 / Makefile
Encoding:
Makefile  |  2008-12-24  |  208 b   |  8 lines

  1. snd-au8810-objs := au8810.o
  2. snd-au8820-objs := au8820.o
  3. snd-au8830-objs := au8830.o
  4.  
  5. obj-$(CONFIG_SND_AU8810) += snd-au8810.o
  6. obj-$(CONFIG_SND_AU8820) += snd-au8820.o
  7. obj-$(CONFIG_SND_AU8830) += snd-au8830.o
  8.